Questions tagged [google-chrome-app]

Don't use this tag for PWA or the Chrome app/binary itself! Use this tag only for apps built using Chrome App specification. Just like web apps, Chrome Apps are written in HTML5, JavaScript, and CSS, yet they look and behave like native apps, and they have native-like capabilities that are much more powerful than those available to web apps.

Filter by
Sorted by
Tagged with
0
votes
0answers
6 views

Future of kiosk apps on ChromeOS?

I understand that at some point Chrome "Apps" are going to go away, even on ChromeOS. We (a K12 school district) have a number of unpublished apps that are basically just links to a website; ...
0
votes
0answers
16 views

I cannot pass JS functions to webview of google chrome app

I'm trying to pass headers through JS code using my chrome OS app, but every time I'm getting undefined function error. I tried to use the sandbox for chrome apps but It didn't open anything and I ...
0
votes
0answers
16 views

Issue with Inject JS code to webview inside chrome OS app

I Created a Chrome OS APP to be a webview of my website, but I need to inject some JS codes to send some information to my server. here the codes exported_app_view.html <!DOCTYPE html> <html ...
0
votes
1answer
36 views

How do you remove the errors from Chrome Extensions?

I am getting warning errors when developing Chrome extensions. Unfortunately, this would be fixed in the next release of a package I am using. I want to disable the errors as shown in the page below ...
-1
votes
1answer
27 views

accessing a Chrome App from web page (from Angular)

I am developing a chrome app (Chrome OS) to interface with a serial port. I want to create an Angular application and access the Chrome App (as API) - from my Angular application. I am looking for any ...
0
votes
1answer
38 views

Constantly getting the rejection - “Due to the Host Permission, your extension may require an in-depth review which will delay publishing.”

I am trying to publish the extension to chrome app store. I tried many times but getting rejected every time, the menifest file is:- { "name": "App name", "description&...
0
votes
0answers
17 views

Adding HTTP Header to Chrome OS APP is not working

I want to add header AppVersion to my chrome os app here what I did chrome.webRequest.onHeadersReceived.addListener( function(details) { const newHeader = {name:"appVersion", value:...
0
votes
0answers
42 views

How to access chrome tabs and fileSystem API

I'm developing a chrome app/extension that writes my opened URLs to a file, but I couldn't figure out how to do both. Chrome extensions allow access to the chrome.tabs API which I can use to get the ...
0
votes
0answers
26 views

Consistently getting error: ''Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.''

I am trying to push the data into the google sheets using extension and google api. I am unable to understand where I missing something. Why this is happening? When I am trying to add the data, in ...
0
votes
0answers
23 views

How to I add a button using content script in dailymotion video

I am making a dailymotion video download I need help from the community regarding one things that how can access the page url and append it like this https://savethevideo.net/#url=dailymotionlink. ...
0
votes
0answers
40 views

chrome.tabs.executeScript not working in inactive tab

I am developing a chrome ext.I need to inject the script when any page is loaded. The script works and change title while browsing in the tab I am on. But when I open any link with "open link in new ...
0
votes
0answers
34 views

It is possible to draw HTML / JS on screen outside the browser window (chrome extension)?

It's possible to paint something with HTML / JS on screen outside the browser? I know that it's possible to capture whole screen (event if you minimize the browser) - for instance sharing the screen ...
0
votes
0answers
37 views

Can extensions be run on Chrome OS in kiosk mode?

Google is deprecating Chrome apps in favor of Progressive Web Apps (PWA) or Chrome extensions. This leaves extensions as the only way to access Chrome device APIs. I'm looking for a way for my PWA to ...
1
vote
0answers
73 views

IPad Chrome Google Colab notebook how to get rid of keyboard icon in cell

Using iPad Pro 2020 and google chrome app (using desktop site), Colab notebook has a big fat keyboard icon on every cell. How to get rid of it? I got a hardware keyboard for the iPad and absolutely ...
0
votes
0answers
14 views

Google chrome app closes whenever I try to reload

I'm developing a chrome app that has a webview, and a few API calls within it. After it receives all responses from the api server, it uses chrome.runtime.reload() to reload the app and start over. ...

15 30 50 per page
1
2 3 4 5
ā€¦
166